default declaration

英 [dɪˈfɔːlt ˌdekləˈreɪʃn] 美 [dɪˈfɔːlt ˌdekləˈreɪʃn]

缺席说明;缺省说明

计算机



双语例句

  1. Manipulating the default namespace declaration
    操作缺省名称空间声明
  2. Remove the redundant default namespace declaration on the b start tag.
    删除b起始标签中多余的默认名称空间声明。
  3. The default namespace is http:// www.w3. org/ 1999/ XMLSchema, whose xmlns declaration does not have a name.
    默认的名称空间是http://www.w3.org/1999/XMLSchema,它的xmlns声明没有名字。
  4. SQL default select conditions are stored in the declaration of an SQL record.
    SQL缺省选择条件被存储在SQL记录的声明中。
  5. You can adapt the XML syntax that defines the prefix and URI mappings to provide what is termed a "Default" namespace declaration.
    您可以采用XML语法来定义前缀和URI映射,以便提供所谓的“缺省(Default)”名称空间声明。
  6. By default, the backing-store field for an event declaration is a multicast delegate that serially combines all the event handlers.
    默认情况下,事件声明的后备存储字段是一个依次组合所有事件处理程序的多路广播委托。
  7. To specify a default value for a property, add the default directive and the new default value to the end of the property declaration.
    为属性指定默认值,需添加default指示词并在属性声明的最后添加新的默认值。
  8. Required arguments must be supplied when the procedure is called, and they do not take default values in the declaration.
    调用过程时必须提供必选参数,并且它们在声明中不采用默认值。
  9. Default arguments ordinarily should be specified with the declaration for the function and placed in an appropriate header.
    通常,应在函数声明中指定默认实参,并将该声明放在合适的头文件中。